[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_LinesPg()         Returns the lines per page for the printer

Description:

  VS_LinesPg() returns the number of lines per page for the currently
  selected printer.

Syntax:     

  n_Lines = VS_LinesPg()

Pass:       

  NOTHING

Return:     

  n_Lines is a numeric value that will contain the number of lines
  per page for the currently selected printer.

Notes:      

  If a printer has not yet been selected VS_LinesPg() will call
  VS_InitPrtr()

Example:    

  IF PROW() => VS_LinesPg()
     VS_FormFeed()
  ENDIF

Usage:      

  VS_LinesPg() is primarily used to determine when it necessary to issue
  a form feed during a report.  i.e. If the we are past the maximum
  number of lines per page... issue a form feed.

See Also: VS_InitPrtr() VS_FormFeed()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson